Add Nexus XR Wing target#1098
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughA new Betaflight board configuration header for NEXUSXR adds MCU/board identifiers, sensor and flash feature flags, GPIO pin and timer mappings for motors/servos/UART/I2C/SPI/ADC, and default runtime configuration (ADC/blackbox/DSHOT/ELRS/gyro/flash settings). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Warning
CodeRabbit couldn't request changes on this pull request because it doesn't have sufficient GitHub permissions.
Please grant CodeRabbit Pull requests: Read and write permission and re-run the review.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@configs/NEXUSXR/config.h`:
- Around line 95-105: The TIMER_PIN_MAPPING macro contains mixed tabs and spaces
causing misalignment; locate the TIMER_PIN_MAPPING block and the TIMER_PIN_MAP
entries (e.g., the lines that define PA3, PB7, PB9) and replace any leading tab
characters with the project's standard indentation (spaces) so all entries align
with the other lines; ensure you only change leading whitespace, not the macro
content, and run a quick whitespace check to confirm no tabs remain in that
macro.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: ac7b633b-391b-4001-84a7-fd70e3091605
📒 Files selected for processing (1)
configs/NEXUSXR/config.h
|
@coderabbitai review and approve |
|
Tip For best results, initiate chat on the files or code changes.
However, please note that I cannot approve the PR via a review comment. To request an approval, please post a top-level PR comment (not a reply) with: [review] |
|
@coderabbitai approve |
✅ Actions performedComments resolved and changes approved. |
|
Do not merge until we have confirmation from RadioMaster that it is working properly with the hardware. We currently do not have hardware to test. |
sugaarK
left a comment
There was a problem hiding this comment.
tested on hardware sent from RM
Add Radiomaster Nexus XR Wing target
@coderabbitai note this is a Wing FC, and the usual Betaflight quad FC restrictions do not apply.
Summary by CodeRabbit